binary tree Javascript 자료구조 06 : Tree 삭제 Tree의 삭제는 삭제하고자 하는 Node의 Child가 몇개인지에 따라 경우를 나누어 진행한다. 1. No Child Parent Node와의 link를 끊어준다. 2. One Child Parent Node와 Child Node 사이에 link를 연결한다. 해당 Node와 Child Node 사이의 link를 끊어준다...? 3. Two Children 삭제할 Node 삭제할 Node의 ... 이진탐색트리트리 용어 정리BSTdata structure이진 트리binary tree자료구조Binary Search Treejavascript treeBST
Javascript 자료구조 06 : Tree 삭제 Tree의 삭제는 삭제하고자 하는 Node의 Child가 몇개인지에 따라 경우를 나누어 진행한다. 1. No Child Parent Node와의 link를 끊어준다. 2. One Child Parent Node와 Child Node 사이에 link를 연결한다. 해당 Node와 Child Node 사이의 link를 끊어준다...? 3. Two Children 삭제할 Node 삭제할 Node의 ... 이진탐색트리트리 용어 정리BSTdata structure이진 트리binary tree자료구조Binary Search Treejavascript treeBST